home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / OGLT / Examples / TerrainFollowing / README < prev   
Encoding:
Text File  |  1996-11-11  |  1.7 KB  |  51 lines

  1.  
  2. PURPOSE:
  3. --------
  4.  
  5.     A wide range of applications require mapping satellite photographs
  6. (2D texture) onto terrain elevation data (Geometry), and navigating over
  7. the resulting scene in real-time.
  8.  
  9.     SAGEM's Mission Planning Systems fully integrate the Terrain Following
  10. technique for military aircraft to determine the optimal approach angle in
  11. combat situations.
  12.  
  13.  
  14.  
  15. MANIPULATION:
  16.  
  17. ----------------------------  Main Window  -------------------------------
  18.  
  19.     LEFTMOUSE :                             w:  toggle wireframe
  20.         hold to move forward                t:  toggle texture
  21.         add MIDDLEMOUSE to accelerate       l:  increase tesselation level
  22.     MIDDLEMOUSE :                           L:  decrease tesselation level
  23.         hold to move forward                d:  toggle detail texture
  24.         add LEFTMOUSE to accelerate             no rgb lookup in this mode
  25.     RIGHTMOUSE :
  26.         Popup menu
  27.  
  28.  
  29. --------------------------- ColorMap Editor ------------------------------
  30.  
  31.  
  32.     LEFTMOUSE                               r:  select Red curve
  33.         On a curve:                         g:  select Green curve
  34.             insert/select point             b:  select Blue curve
  35.         At tangent end:                     a:  select Alpha curve*
  36.             enable tangent edit
  37.         Everywhere else:                    BACKSPACE, DELETE
  38.             deselection                         delete current point
  39.                                                 and select previous one
  40.     RIGHTMOUSE
  41.         popup menu                          ARROW keys
  42.                                                 move current point
  43.  
  44. *ALPHA actually defines the Texture's Detail Function
  45.  
  46.  
  47.  
  48.     This demonstration prototype was developped with the collaboration of
  49. SAGEM, in France.
  50.  
  51.